Table 52: Table attribute details
|
Attribute keyword used in SQL statement
|
Description
|
Value
|
|
PRO_CAN_CREATE
|
Equivalent to 4GL CAN-CREATE.
|
Arbitrary character string.
|
|
PRO_CAN_DELETE
|
Equivalent to 4GL CAN-DELETE.
|
Arbitrary character string.
|
|
PRO_CAN_DUMP
|
Equivalent to 4GL CAN-DUMP.
|
Arbitrary character string.
|
|
PRO_CAN_LOAD
|
Equivalent to 4GL CAN-LOAD.
|
Arbitrary character string.
|
|
PRO_CAN_READ
|
Equivalent to 4GL CAN-READ.
|
Arbitrary character string.
|
|
PRO_CAN_WRITE
|
Equivalent to 4GL CAN-WRITE.
|
Arbitrary character string.
|
|
PRO_DESCRIPTION
|
Equivalent to 4GL DESCRIPTION.
|
Arbitrary character string.
|
|
PRO_DUMP_NAME
|
Equivalent to 4GL DUMP-NAME.
|
Arbitrary character string.
|
|
PRO_FROZEN
|
Equivalent to 4GL FROZEN.
Note: OpenEdge SQL honors the value set here and does not allow modification of a frozen table using the ALTER TABLE, CREATE INDEX, CREATE PRO_WORD INDEX, DROP INDEX, or DROP TABLE commands.
However, the frozen attribute may be set to ’N’ to unfreeze a frozen table. For example: ALTER TABLE Customer SET PRO_FROZEN ’N’;
|
’Y’|’y’|’N’|’n’
|
|
PRO_HIDDEN
|
Indicates whether the table is shown in 4GL tools and reports.
|
’Y’|’y’|’N’|’n’
|
|
PRO_LABEL
|
Equivalent to 4GL LABEL.
|
Arbitrary character string.
|
|
PRO_VALEXP
|
Indicates a 4GL validation expression.
|
Arbitrary character string.
|
|
PRO_VALMSG
|
Indicates a 4GL validation message.
|
Arbitrary character string.
|
|
PRO_SA_VALMS
|
Indicates a 4GL string attributes validation message.
|
Arbitrary character string.
|
|
PRO_SA_LABEL
|
Indicates a 4GL table label.
|
Arbitrary character string.
|
|
PRO_DEFAULT_INDEX
|
Determines default data-access index for a table.
|
Name of an index or table.
|